<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*******css重置*******/

*{margin: 0;padding: 0;text-decoration: none;list-style: none;box-sizing: border-box;font-family:"微软雅黑",arial;}
.container{margin: 0 auto;max-width: 1230px;}

img{display: block;}
h1,h5,h2{font-size: 1em;}
.clearfix{clear: both;}

p img{max-width:500px;margin:0 auto;}
@media(max-width:500px){
	p img{width:100%;}
}

.jianbian{
    background: #00458e;
    background: -moz-linear-gradient(left,  #00458e 0%, #5eb3e1 100%);
    background: -webkit-gradient(linear,0 0,100% 0, from(#00458e), to(#5eb3e1));
    background: -webkit-linear-gradient(left,  #00458e 0%,#5eb3e1 100%);
    background: -o-linear-gradient(left,  #00458e 0%,#5eb3e1 100%);
    background: -ms-linear-gradient(left,  #00458e 0%,#5eb3e1 100%);
    background: linear-gradient(to right,  #00458e 0%,#5eb3e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00458e', endColorstr='#5eb3e1',GradientType=1 );
}



/****************************header******************************/
.index-header{background-color: #026bbc;}
.container1{overflow: hidden;}
.id-header-left{float: left;font-size: 12px;color: #fff;line-height: 30px;}
.id-header-right{float: right;}
.id-header-right a{font-size: 12px;color: #fff;line-height: 30px;margin-right: 5px;}

@media(max-width:768px){
	.index-header{display: none;}
}
/**************************************************nav-导航********************************************/
.index-nav-all{overflow: hidden;}
/************nav-导航-logo***********/
.logo{float: left;width: 280px;padding: 20px 0;}
.logo img{float: left;width: 100px;}
.logo-zi{float: left;width: 150px;margin-left: 20px;}
.logo-zi div:nth-child(1){font-size: 24px;color: #333;font-weight: 600;line-height: 25px;height: 25px;overflow: hidden;letter-spacing: 1px;}
.logo-zi div:nth-child(2){font-size: 8px;color: #333;line-height: 20px;height: 20px;overflow: hidden;letter-spacing: -1px;}
/************nav-导航-right-top***********/
.id-nav{overflow: hidden;width: calc(100% - 300px);float: right;margin-left: 20px;}
.id-nav li{float: left;width:14%;line-height: 80px;text-align: center;}
.id-nav li a{font-size: 16px;color: #333;padding: 15px 0;}
.id-nav li.on-top a{background:url(../images/nav_line.png)center bottom no-repeat;background-size: 100% 8px;color:#1b5ca9;}

.id-nav-a a:hover{color:#1b5ca9;}
.id-nav li:hover a{background:url(../images/nav_line.png)center bottom no-repeat;background-size: 100% 8px;color:#1b5ca9;}

@media(max-width:992px){
	.id-nav{display: none;}

}
@media(max-width:768px){
	.logo{padding: 15px 0;}
	.logo img{width: 80px;}
	.logo-zi div:nth-child(1){font-size: 20px;line-height: 20px;height: 20px;}
}
@media(max-width:420px){
	.logo{padding: 10px 0;width: 180px;}
	.logo-zi{width: 80px;}
	.logo-zi div:nth-child(1){font-size: 18px;line-height: 20px;height: 20px;}
	.logo-zi div:nth-child(2){font-size: 8px;line-height: 16px;height: 16px;}
}
/**************************************************手机导航********************************************/

.nav-btn{float: right; display: none;padding: 25px 0;}
.nav-btn img{width:100%;}
.navli .nav-cn-en{overflow: hidden;background-color: #243c62;}
.navli .nav-cn-en a{display: block;color: #fff;float: left;width: 50%;border-right: 1px solid #131314;}
.navli&gt;div:first-child{font-size: 18px;padding: 10px 0px;color: #999;font-weight: bold;text-align: center;}
.navli{position: fixed;right:0px;top:0;text-align: left; display: none;z-index: 999;background-color: #333;width:240px;height: 100%;}
.navli a {font-size: 14px; color: white;line-height: 50px;display: block;padding-left:30px;padding-right: 10px;}
.navli li{background-color: #333;border-bottom: 1px solid #000;position: relative;}
.id-nav-tu{position: absolute;right: 0px;top: 0px;width: 50px;height: 50px;background: url(../images/jiantou-nav.png)center no-repeat #243c62;background-size: 10px;transition: 1s;border-left: 2px solid #131314;opacity: 0.6}
.navli .navli-txt{overflow: hidden;padding: 10px 10px 10px 30px;background-color: #000;}
.navli-txt div:nth-child(1){float: left;font-size: 16px;color: #fff;}
.navli-txt div:nth-child(2){float: right;width: 16px;margin-top: 3px;}
.navli-txt div:nth-child(2) img{width: 100%;}

.navli-down-menu{display: none;background-color: #fff;z-index: 2;}
.navli-down-menu li{border-top: 1px solid #666;background-color: #131314;}

.navli&gt;li:hover{background-color:rgba(96,96,96,0.90) }
.navli-down-menu li:hover{background-color:rgba(96,96,96,0.80)}
.navli .nav-cn-en a:hover{background-color: #026bbc;}
.id-nav-tu:click{transform: rotate(90deg);transition: 1s;}

@media(max-width:992px){
	.nav-btn{display: block;}
	.nav{display: none;}
	
}
@media(max-width:768px){
	.nav-btn{padding: 20px 0;}
}
@media(max-width:420px){
	.nav-btn{padding: 13px 0; width: 26px;}
}


/**************************************************banner********************************************/

.swiper-slide img{width: 100%;}


/*************************************************box公共高度********************************************/
.index-section{padding: 60px 0;}

@media(max-width:1260px){
	.index-section{padding: 50px 0;}
}
@media(max-width:992px){
	.index-section{padding: 40px 0;}
}
@media(max-width:768px){
	.index-section{padding: 30px 0;}
}
@media(max-width:530px){
	.index-section{}
}



/*************************************************index-title********************************************/
.index-title{margin-bottom: 40px;}
.index-title div{text-align: center;letter-spacing: 1px;}
.id-tit1{font-size: 24px;font-weight: 600;color: #333;}
.id-tit2{font-size: 24px;font-weight: 600;color: #0473b8;}
.id-tit3{font-size: 12px;color: #333;width: 60%;margin: 10px auto 0;line-height: 20px;}

.index-case .index-title div{color: #fff;}


@media(max-width:768px){
	.index-title{margin-bottom: 30px;}
	.id-tit1,.id-tit2{font-size: 22px;}
	.id-tit3{height: 20px;overflow:hidden;}
}

@media(max-width:420px){
	.index-title{margin-bottom: 20px;}
	.id-tit2{font-size: 18px;}
	.id-tit3{margin: 5px auto 0;}
}

/*************************************************index-products********************************************/
/********index-products-title*********/
.index-product{background: url(../images/id-pro-bg.jpg)center center no-repeat #f5f5f5;background-size: 100% 100%;padding: 50px 0;}
.id-pro-tit-intro{margin-bottom: 20px; padding-bottom: 10px;background: url(../images/pro-tit-bg.png)left bottom no-repeat;background-size: 100% 4px;}
.id-pro-tit-re{padding-left: 45px;background:url(../images/r.png)left center no-repeat;background-size: auto 100%;}
.id-pro-tit-re div:nth-child(1){font-size: 20px;margin-bottom: 5px; color: #084387;line-height: 20px;height: 20px;font-weight: 600;}
.id-pro-tit-re div:nth-child(2){font-size: 14px;color:#3e3e3e;line-height: 14px;height: 14px;}
/********index-products-nav*********/
.id-pro-nav{margin-bottom: 20px;}
.id-pro-nav a{display: inline-block;padding: 10px 20px;color: #666;border: 1px solid #666;border-radius: 6px;margin-right: 10px;margin-bottom: 10px;}



/********index-products-pro*********/
.id-pro-all a:nth-child(3n){margin-right: 0;}
.id-pro-box{display: block;width: 33%;margin-right: 0.5%;margin-bottom: 8px; background-color: #fff;box-shadow: 0 0 5px 3px #e4e4e4;float: left;}
.i-pro-left{float: left;width: 50%;position: relative;}
.i-pro-left img{width: 100%;}
.i-pro-left div{font-size: 14px;text-align: center;background-color: rgba(4,115,184,0.75); position: absolute;left: 0;bottom: 0;height: 40px;line-height: 40px;color: #fff; width: 100%;padding: 0 5px;overflow: hidden;}

.id-pro-right{float: left;width: 50%; padding:25px;padding-top:50px;}
.id-pro-tit{font-size: 16px;color: #000;line-height: 20px;height: 20px;padding-left: 10px;border-left: 3px solid #026bbc;font-weight: 600;margin-bottom: 8px;}
.id-pro-txt li{font-size: 14px;line-height: 26px;height: 26px;overflow: hidden;color: #666;}





.id-pro-nav a:hover{border-color: #026bbc;color: #026bbc;}
.id-pro-box:hover{box-shadow:0 0 3px 3px rgba(4,115,184,0.2);}
.id-pro-box:hover .id-pro-tit{color: #026bbc;}

@media(max-width:1660px){
	.id-pro-right{padding:15px 20px;}
}

@media(max-width:1260px){
	.id-pro-txt li{line-height: 24px;height: 24px;}
	.id-pro-txt li:last-child{display: none;}
}

@media(max-width:992px){
	
	.index-product{padding: 40px 0;}
	.id-pro-tit-re div:nth-child(1){font-size: 18px;line-height: 18px;height: 18px;}
	.id-pro-tit-re div:nth-child(2){font-size: 12px;line-height: 12px;height: 12px;}
	.id-pro-box{width: 49.5%;margin-right: 1%;}
	.id-pro-all a:nth-child(3n){margin-right: 1%;}
	.id-pro-all a:nth-child(2n){margin-right: 0;}
	.id-pro-txt li:last-child{display: block;}
}
@media(max-width:680px){
	.index-product{padding: 30px 0;}
	.id-pro-right{padding:10px;}
	.id-pro-txt li:last-child{display: none;}
}
@media(max-width:580px){
	.id-pro-box{clear: left;width: 100%;margin-right: 0%;}
	.id-pro-right{padding:30px;}
	.id-pro-all a:nth-child(3n){margin-right: 0%;}
	.id-pro-all a:nth-child(2n){margin-right: 0;}
	.id-pro-txt li:last-child{display: block;}
}

@media(max-width:440px){
	.id-pro-right{padding:15px 20px;}
}

@media(max-width:375px){
	.id-pro-right{padding:15px;}
	.id-pro-txt li:last-child{display: none;}
}
@media(max-width:320px){
	.id-pro-right{padding:10px;}
}
/*************************************************拦腰********************************************/
.index-lanyao{padding: 60px 0;background: url(../images/lanyao-bg.jpg)center no-repeat;background-size: 100% 100%;}
.id-lanyao-left{float: left;}
.id-lanyao-left div{font-size: 20px;color: #fff;font-weight: 600;letter-spacing: 1px;margin-top: 10px;}

.id-lanyao-right{float: right;}
.id-lanyao-right img{float: left;}
.id-lanyao-right&gt;div{float: left;color: #fff;margin-left: 20px;}
.id-lanyao-right&gt;div div:nth-child(1){font-size: 24px;line-height: 24px;height: 24px;font-weight: 600;letter-spacing: 1px;}
.id-lanyao-right&gt;div div:nth-child(2){font-size: 10px;line-height: 20px;height: 20px;}


@media(max-width:1260px){
	.index-lanyao{padding: 40px 0;}
	.id-lanyao-left img{width: 320px;}
	.id-lanyao-left div{font-size: 18px;}
}

@media(max-width:992px){
	.id-lanyao-right{display: none;}
}

@media(max-width:768px){
	.index-lanyao{padding: 30px 0;}
	.id-lanyao-left img{width: 280px;}
	.id-lanyao-left div{font-size: 16px;}
}

@media(max-width:420px){
	.index-lanyao{padding: 20px 0;}
	.id-lanyao-left img{width: 200px;}
	.id-lanyao-left div{font-size: 14px;letter-spacing: 0;}
}





/*************************************************关于我们********************************************/
.index-company{background: url(../images/id-com-bg.png)center center no-repeat;background-size: 100% 100%;}
.id-au-all{box-shadow: 0 0 5px 3px  #e4e4e4;background-color: #fff;margin-bottom: 5px;}
.id-au-box1{float: left;width: 50%;padding: 30px;height: 300px;overflow: hidden;background-color: #fafafa;}
.id-au-box{float: left;width: 25%;height: 300px;overflow: hidden;}
.id-au-box img{width: 100%;}
.id-au-box3,.id-au-box4,.id-au-box6{padding: 30px;}
.id-au-box2,.id-au-box5,.id-au-box7{position: relative;}

.id-au-tit{font-size: 18px;margin-bottom: 20px; line-height: 18px;height: 22px;font-weight: 600;letter-spacing: 1px; color: #000;padding-left: 10px;border-left: 4px solid #026bbc;}
.id-au-txt{font-size: 14px;line-height: 30px;height: 120px;margin-bottom: 10px; overflow: hidden;text-align: justify;text-indent: 30px; color: #666;}
.id-au-txt1{font-size: 14px;line-height: 30px;height: 120px; overflow: hidden;text-align: justify;color: #666;}
.id-au-more{font-size: 14px;display: inline-block;line-height: 30px;color: #666;border-bottom: 2px solid #026bbc;text-align: center;}

.id-au-jiao1{position: absolute;bottom:0px;left:calc(50% - 15px);width: 0;height: 0; border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 20px solid #fff;}
.id-au-jiao2{position: absolute;left:0px;top:calc(50% - 15px);width: 0;height: 0; border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid #fff;}
.id-au-jiao3{position: absolute;top:0px;left:calc(50% - 15px);width: 0;height: 0; border-left: 15px solid transparent;border-right: 15px solid transparent;border-top: 20px solid #fff;}


.id-au-more:hover{border-color: #ed0000;color: #026bbc;font-weight: 600;}

@media(max-width:1260px){
	.id-au-box1{height: 235px;padding: 20px;}
	.id-au-box{height: 235px;}
	.id-au-txt{height: 90px;}
	.id-au-box3,.id-au-box4,.id-au-box6{padding: 20px;}
}

@media(max-width:992px){
	.id-au-box1{width: 100%;padding: 30px;height: auto;}
	.id-au-box{;width: 50%;height: 250px;}
	.id-au-box4{background-color: #f6f6f6;}
	.id-au-jiao1{left:calc(100% - 35px);top:calc(50% - 15px); border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-right: 20px solid #fff;}
	.id-au-jiao2{border-left: 20px solid #f6f6f6;}
	.id-au-jiao3{top:calc(50% - 15px);left:0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid #fff;}
}

@media(max-width:550px){
	.id-au-box{height: 200px;}
	.id-au-jiao1,.id-au-jiao2,.id-au-jiao3{display: none;}
}

@media(max-width:500px){
	.id-au-box{height: auto;width: 100%;}
	.id-au-box2,.id-au-box5,.id-au-box7{display: none;}
	
	.id-au-txt1{height: 90px;}
}

@media(max-width:420px){
	
}

/*************************************************客户案例********************************************/
.index-case{background: url(../images/id-case-bg.jpg)center no-repeat;background-size: 100% 100%;}
.id-case-all a:last-child{margin-right: 0;}
.id-case-box{float: left;display: block;margin-right: 2%;width: 23.5%;border-bottom: 1px solid #fff;transition: all 0.6s;}
.id-case-box img{width: 100%;}
.id-case-box div{font-size: 16px;text-align: center;color: #fff;line-height: 40px;height: 40px;overflow: hidden;padding: 0 10px;}


.id-case-box:hover{border-color: #ed0000;transform: translate(0px,-15px);}


@media(max-width:768px){
	.id-case-box{width: 49%;margin-bottom: 20px;}
	.id-case-all a:nth-child(2n){margin-right: 0;}
	.id-case-box div{font-size: 14px;line-height: 36px;height: 36px;}
}



/*************************************************index-news********************************************/
.index-news-all{overflow: hidden;}

/*******index-news-left***********/
.id-news-left{float: left;width: 48%;margin-right: 4%;background-color: #e3e3e3;}
.id-news-l-time{float: left;width: 80px;padding:30px 20px;}
.id-news-l-time div{text-align: center;}
.id-news-l-time div:nth-child(1){font-size: 24px;color: #333;font-weight: 600;line-height: 36px;}
.id-news-l-time div:nth-child(2){font-size: 12px;color: #333;line-height: 20px;}
.id-news-l-time div:nth-child(3){font-size: 12px;color: #999;line-height: 20px;}
.id-news-l-a{float: left;width: calc(100% - 80px);background-color: #f7f7f7;padding: 30px;}
/*******index-news-left-right***********/

.id-news-box{display: block;}
.id-news-tit{font-size: 18px;line-height: 36px;height: 36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #3889c2;font-weight: 600;margin-bottom: 10px;}
.id-news-txt{font-size: 14px;margin-bottom: 40px; color: #666;line-height: 26px;height: 104px;overflow: hidden;text-align: justify;text-indent: 30px;}

.id-news-more{padding: 10px 50px;font-size: 14px;border-radius: 30px;margin-bottom: 20px; color: #fff; background-color: #ed0000;border: 1px solid #ed0000;display: inline-block;}

/*******index-news-right***********/
.id-news-right{float: left;width: 48%;}
.id-news-box1{display: block;width: 100%;overflow: hidden;color: #999;border-bottom: 1px dashed #dfdfdf;}
.id-news-box1 span{font-size: 14px; display: block;line-height: 34px;height: 34px;}
.id-news-box1 span:nth-child(1){float: left;width: 80px;color: #999;}
.id-news-box1 span:nth-child(2){float: left;width: 20px;color: #999;text-align: center;}
.id-news-box1 span:nth-child(3){float: left;width: calc(100% - 185px);color: #333;letter-spacing: 1px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.id-news-box1 span:nth-child(4){float: right;width: 80px;color: #026bbc;text-align: right;}


.id-news-more:hover{background-color: transparent;color: #ed0000;}
.id-news-box1:hover{border-color:#026bbc;}
.id-news-box1:hover span:nth-child(3){color:#026bbc;}
.id-news-box1:hover span:nth-child(4){color:#ed0000;}


@media(max-width:768px){
	.id-news-left{clear:left;width: 100%;margin-bottom: 20px;}
	.id-news-right{clear:left;width: 100%;}
}


@media(max-width:530px){
	.id-news-l-time{padding:20px;}
	.id-news-l-a{padding:20px;}
	.id-news-more{padding: 7px 30px;}
}


/*************************************************index-footer********************************************/
.index-footer{background-color: #f5f5f5;padding: 40px 0;}
.id-footer-box{float: left;margin-right: 2%;}
.id-footer-box1{width: 18%;}
.id-footer-box2{width: 18%;}
.id-footer-box3{width: 38%;}
.id-footer-box4{float: right;width: 20%;padding: 60px 0;}


.id-footer-tit{font-size: 18px;font-weight: 600;color: #333;margin-bottom:10px;}
.id-footer-box a{font-size: 14px;line-height: 30px;color: #333; display: block;}
.id-footer-box4 img{float: left;width:100px;padding: 5px 0;}
.id-footer-logo-zi{float: left;margin-left: 15px;}
.id-footer-logo-zi div:nth-child(1){font-size: 24px;color: #333;letter-spacing: 1px;font-weight: 600;}
.id-footer-logo-zi div:nth-child(2){font-size: 10px;color: #333;line-height: 20px;letter-spacing: -1px;}

.id-footer-box1 a:hover,.id-footer-box2 a:hover{text-decoration: underline;}

@media(max-width:1260px){
	.id-footer-box4{width: 12%;}
	.id-footer-box4 .id-footer-logo-zi{display: none;}
	.id-footer-box4 img{float: right;}
}

@media(max-width:768px){
	.index-footer{padding: 30px 0;}
	.id-footer-box4{display: none;}
	.id-footer-box{clear: left;width: 100%;margin-bottom: 20px;}
	.id-footer-tit{font-size: 18px;margin-bottom:5px;}
	.id-footer-a{overflow: hidden;}
	.id-footer-box a{display: inline-block;line-height: 30px;margin-right: 5px;}
}

@media(max-width:530px){
	.id-footer-box{margin-bottom: 0px;}
	.id-footer-box1,.id-footer-box2{display: none;}
}



/*******友情链接*******/
.index-yq{padding: 10px 0;}
.yq{float: left;padding-right: 10px;width: calc(100% - 120px);}
.yq a{color: #fff;font-size: 12px;display: inline-block;margin-right: 5px;line-height: 26px;}
.yq-js{float: right;color: #fff;font-size: 12px;line-height: 26px;}

@media(max-width:530px){
	.yq-js{display: none;}
	.yq{width: 100%;}
}

/**************************************************新闻列表页*******************************************/
.news-list-in{padding: 60px 0;}
.news-list-left{width: 20%;float: left;margin-right: 5%;}
.news-list-right{width:75%;float: right;}
/******新闻列表页-左上*****/
.nl-left-pro{margin-bottom: 40px;padding: 10px;border: 1px solid #e0e0e0;}
.nl-left-tit{font-size: 20px;padding: 20px 0; margin-bottom: 10px;background-color: #026bbc	;color:#fff;font-weight: 600;text-align: center;position: relative;}
.nl-left-tit img{position: absolute;right: 0;top: 0;display: block;}
.nl-left-pro&gt;li{margin-bottom: 5px;}
.nl-left-box{font-size: 16px; line-height: 40px;height: 40px;overflow: hidden; display: block;text-align: left;color: #333;width: 100%;padding-right: 10px;padding-left: 40px;background:url(../images/circle-3.png)10px center no-repeat #e4e4e4;}

.nl-left-box-in li{border: 1px dashed #999;margin-bottom: 10px;}
.nl-left-box-in li a{font-size: 14px;line-height: 30px;height: 30px;overflow: hidden;display: block;text-align: left;color: #333;width: 100%;border-radius:40px;padding-left: 10%;}
.nl-left-box-in{display: none; margin-bottom: 10px;margin-top: 10px;}

/******新闻列表页-左下*****/
.nl-left-cu{}
.nl-left-cu li b{font-size: 16px;}
.nl-left-cu li{font-size: 14px;line-height: 30px;padding: 0 10px; color: #666;margin-bottom:10px;border-bottom: 1px dashed #999;}
.nl-left-cu div{margin-bottom: 10px;}

.news-list-left&gt;li:hover .nl-left-box-in{display:block;}
.nl-left-box:hover{color: #026bbc	;}
.nl-left-box-in li:hover{border-color:#026bbc	; }
.nl-left-box-in li:hover a{color:#026bbc	;}
.nl-left-pro li:hover .nl-left-box-in{display: block;}
.nl-left-box-in li a:hover{color: #333333;}

/**************************************************新闻-右*******************************************/
.news-list-right{}
/*******新闻-右-标题********/
.nl-right-tit{overflow: hidden;margin: 0 0 10px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.nl-top-title{font-size: 22px; float: left;color: #333;}
.nl-top-right{float: right;color: #ed8000;}
.nl-top-right a{font-size: 13px; line-height: 31px;color: #ed8000;display:block;float: left;}
/*******新闻-右-内容********/
.nl-right-list{padding: 10px 0;}
.nl-box-1{display: block;margin-bottom: 10px;padding: 0 5px; border-bottom: 1px dashed #999;}
.nl-box-1 div{line-height: 30px;}
.nl-box-1 div:first-child{float: left;color: #333;font-size: 16px;width: calc(100% - 100px);height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nl-box-1 div:last-child{float: right;color: #999;font-size: 14px;}

.pro-buttom{margin-top: 30px;}
.pro-buttom a{display: inline-block;padding: 4px 8px;border: 1px solid #666;margin-left: 5px;color: #666;font-size: 12px;background-color: #fff;margin-bottom: 5px;}
.pro-buttom a:hover {border: 1px solid #026bbc	; color: #026bbc;}

.nl-box-1:hover{}
.nl-box-1:hover div{color: #026bbc	;}

@media(max-width:1260px){
	.news-list-left{width: 25%;}
	.news-list-right{width:70%;}
}

@media(max-width:992px){
	.news-list-in{padding: 40px 0;}
	/*******新闻-左-********/
	.news-list-left{clear: left;width: 100%;margin-right: 0;}
	.nl-left-cu{display: none;}
	.nl-left-tit{display: none;}
	.nl-left-box-in{display: none;}
	.nl-left-pro{margin-bottom: 15px;}
	
	.nl-left-pro{overflow: hidden;padding: 0;box-shadow: none;border: none;}
	.nl-left-pro li{display: inline-block;margin-right: 10px;margin-bottom: 10px; padding: 10px 10px;background-color:#026bbc;border:1px solid #026bbc;border-radius: 4px;}
	.nl-left-pro li a{text-align: center;padding-left: 0;background: none;}
	.nl-left-box{padding: 0px;background:none;line-height: 16px;height: 16px;color: #fff;}
	.nl-left-pro li:hover .nl-left-box-in{display: none;}
	.nl-left-pro li:hover{background-color: transparent;}
	/*******新闻-右-********/
	.news-list-right{clear: right;width: 100%;}
	
}

@media (max-width: 768px){
	.nl-right-tit{padding: 0 0 5px;}
	.nl-left-box{font-size: 14px;}
	.nl-top-title{font-size: 20px;}
	.nl-top-right a{font-size: 12px; line-height: 28px;}
}

@media (max-width: 530px){
	.news-list-in{padding: 30px 0;}
	.nl-top-title span{font-size:17px;}
	.nl-top-right{display: none;}
	.nl-box-1 div:first-child{font-size: 14px;}
	.nl-box-1 div:last-child{font-size: 12px;}
	.nl-right-list {padding:0;}

	.pro-buttom{margin-top: 20px;}
	.pro-buttom a{padding: 2px;}
}




/**************************************************新闻内页*******************************************/
/**************************************************面包屑导航*******************************************/
.page-nav{background-color:#026bbc	;}
.page-nav a{font-size: 14px;line-height: 30px; color:#fff;display: inline-block;}

/*************************************************新闻内页****************************************************/
.news-details{padding: 40px 0;}
.pd-dt{margin-bottom: 30px;}
.news-tt-1{text-align: center;font-size: 20px;color: #333;font-weight: 600;margin-bottom: 10px;}
.news-time1 a{ font-size: 13px;color:#9f9f9f;margin: 0 5px;display:inline-block; }

.text-content{font-size: 14px; padding: 10px 20px;text-align: justify;}
.pro-in-right-22{width: 100%;}
.text-lianjie{clear: both;margin-top: 20px;}
.last-text,.next-text,.return{font-size: 14px;border-radius: 4px; color: #666;margin-bottom: 4px;padding: 0px 10px;line-height: 30px;height: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align:left;display: block;}
.last-text,.next-text,.return{width: 200px;}
.return{background:url(../images/back.png)10px center no-repeat;width: 140px;background-color:#026bbc; color: #fff;padding-left: 40px;margin-left: 10px;}
/***********产品-中*********/ 
.pro-title1{ overflow: hidden;margin-bottom: 4px;}
.pro-tt{font-size: 18px;color: #026bbc	;float:left;padding-left: 20px;border-left: 4px solid #026bbc;}
.pro-title1 a{float: right;color: #026bbc	;font-size: 16px;padding: 2px 6px;}
.news-all{overflow: hidden;margin-top: 10px;}
.news-re{margin-top: 10px;overflow: hidden;margin-bottom: 30px;}

.ct-1{float: left;padding:0px 10px;width: 50%;display: block;}
.pro-content1{font-size: 14px;line-height: 30px;height: 30px;color: #333; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 65%; float: left;}

.time{float: right;color: #333;font-size: 14px;line-height: 30px;height: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 30%;text-align: right;}
.pro-ex1{overflow: hidden;margin-top: 20px;}
.box11{display: block;}
.pro-ex1 .box11{width: calc((100% - 80px)/4);margin: 0 10px;float: left;}
.box11 img{width: 100%;padding: 0 10%;}
.box-tt {font-size: 14px;color:#333 ;text-align: center;margin-bottom: 10px;line-height: 30px;height: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}


.ct-1:hover .pro-content2{color:#026bbc	;}
.ct-1:hover .time{color:#026bbc	;}
.ct-1:hover .pro-content1{color:#026bbc	; }
.box11:hover .box-tt{color:#026bbc	;}


.next-text:hover,.last-text:hover{color:#026bbc	;}
.return:hover{box-shadow: 0 0 5px 3px #e4e4e4;}


@media(max-width:992px){
	.box11 img{padding: 0;}
}

@media(max-width:768px){
	.news-details{padding: 30px 0;}
	.news-tt-1{font-size: 18px;}
	.text-right p{font-size: 14px;line-height: 28px;}
	/***********推荐系列********/ 
	.pro-tt{font-size: 16px;}
	.ct-1{width: 100%;}
	.pro-ex1 .box11{width: calc((100% - 40px)/2);}
	.pro-title1 a{font-size: 14px;}
	.pro-content1{font-size: 14px;}
	.time{font-size: 14px;}
}

@media(max-width:530px){
	.page-nav a{font-size: 12px;}
	/***********新闻内页********/ 
	.news-tt-1{font-size: 16px;}
	.news-time1 a{ font-size: 12px;}
	.news-re,.pro-re{display: none;}
	/***********推荐系列********/ 
	.pro-ex1 .box11{width: calc((100% - 40px)/2);margin: 0 10px;margin-bottom: 10px;}
	.box-tt{font-size: 14px;}
	.pro-title1 a{font-size: 13px;}
	.time{font-size: 13px;}
	.pro-detail-box-tit{font-size: 14px;}
}
@media(max-width:380px){
	.time{width: 32%;}
}



/**************************************************产品列表页*******************************************/
.pro-list-in{padding: 60px 0;}
.pro-list-all{overflow: hidden;margin-top: 20px;}
.pl-in-box{width: calc((100% - 60px)/4); display: block;margin-right: 20px;margin-bottom: 10px;float: left;border: 1px solid #e0e0e0;position: relative;}
.pro-list-all a:nth-child(4n){margin-right: 0;}
.pl-in-box img{width: 100%;}
.pl-in-box div{font-size: 16px;line-height: 36px;height: 36px;overflow: hidden;text-align: center;color: #fff;background-color: rgba(4,115,184,0.8);position: absolute;left: 0;bottom: 0;width: 100%;}

.pl-in-box:hover div{background-color: rgba(4,115,184,1);}

@media(max-width:992px){
	.pro-list-in{padding: 40px 0;}
	.nl-left-pro .pl-left-box{width: calc((100% - 60px)/3);}
}

@media(max-width:768px){
	.pro-list-in{padding: 30px 0;}
	.nl-left-pro .pl-left-box{width: calc((100% - 40px)/2);}
	.pl-in-box{width: calc((100% - 20px)/3);margin-right: 10px;}
	
}


@media(max-width:530px){
	.nl-left-pro .pl-left-box{margin-left: 5px;margin-right: 5px; width: calc((100% - 20px)/2);}
	.pl-in-box{width: calc((100% - 10px)/2);}
	.pro-list-all a:nth-child(3n){margin-right: 10px;}
	.pro-list-all a:nth-child(2n){margin-right: 0;}
	.pro-list-all a:last-child{display: none;}
	.pl-in-box div{font-size: 14px;}
}


/*************************************************产品详情页****************************************************/
.pd-right-list{margin-bottom: 30px;}
.pd-title{font-size: 20px;line-height: 30px;color: #333;font-weight: 600;text-align: center;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid #333;}

.pd-intro-top{overflow: hidden;padding: 0 20px;margin-bottom: 40px;text-align:center;}
.pd-intro-left{width:500px;margin-right: 40px;}
.pd-intro-left{display:inline-block;}
.pd-intro-right{float: left;width: calc(100% - 280px);}
.pd-intro-right div,.pd-intro-right span{font-size: 14px;color: #666;line-height: 36px;}
.pd-intro-right div{border-bottom: 1px solid #dfdfdf;}
.pd-intro-right span{font-weight: 600;}

.pd-intro-right .pd-ser-button{overflow: hidden;margin-top: 20px;border-bottom: none;font-size: 0;display: inline-block;border-radius: 6px;}
.pd-ser-button a{font-size: 14px; display: inline-block;padding: 5px 20px;color:#fff;margin: 0;}
.pd-ser-button a:first-child{background-color: #026bbc;}
.pd-ser-button a:last-child{background-color: #ed0000;}

.pd-intro-tit{background-color:#e4e4e4;}
.pd-intro-tit span{padding:10px;background-color: #026bbc;color: #fff;font-size: 18px;font-weight: 600;display: inline-block;letter-spacing: 1px;}
.pd-description{padding: 20px 0;}

@media(max-width:768px){
	.pd-title{font-size: 18px;}
	.pd-intro-left{width:200px;margin-right: 40px;}
	.pd-intro-right{width: calc(100% - 240px);}
}

@media(max-width:600px){
	.pd-intro-top{padding: 0;}
	.pd-intro-top img{margin: 0 auto 10px;float: none;width: 200px;}
	.pd-intro-right{clear: left;width: 100%;}
}

@media(max-width:530px){
	.pd-title,.pd-intro-tit span{font-size: 16px;}
	.pd-ser-button a{padding: 6px 15px;}
}


/**************************************************单页******************************************/
.page-details-contect{margin-top:20px;}


@media(max-width:530px){
	.page-details-contect{margin-top:10px;}
}

/**************************************************单页-联系我们******************************************/
.page-contact{margin-top:20px;}
.cu-map{overflow-x: scroll;}
/********单页-联系我们.pc-com-1*******/
.pc-com-1{margin-bottom: 20px;overflow: hidden;}
.pc-com-1 li{font-size: 14px;line-height: 30px;color: #666;float: left;width: 50%;}
.pc-com-1 li:first-child{font-size: 20px;line-height: 40px;color: #026bbc;font-weight: 600;width: 100%}
.pc-com-1 li:last-child{width: 100%}

@media(max-width:768px){
	.pc-com-1 li{clear: left;width: 100%;}
}

@media(max-width:530px){
	.page-contact{margin-top:10px;}
	.pc-com-1 div:first-child{font-size: 18px;line-height: 34px;}
	.pc-com-left div:first-child{font-size: 18px;line-height: 34px;}
}

/**************************************************单页-map******************************************/
#dituContent{width: 100%;height: 400px;margin-top: 20px;}
.cu-map{overflow-x: scroll;}

@media(max-width:992px){
	#dituContent{height: 350px;}	
}
@media(max-width:768px){
	#dituContent{height: 240px;width: 700px;}
	
}



.page-in-inquiry label{width: 100%;cursor: pointer;font-size: 16px;color: #333;line-height: 20px;margin-bottom: 5px;}
.page-in-inquiry input{font-size: 14px;color: #333; width: 100%;margin-bottom: 15px;padding: 10px;border: 1px solid #ddd;border-radius: 6px;background-color: #edf1f2;}
.page-in-inquiry textarea{width: 100%;padding: 10px;line-height: 20px;font-size: 14px;color: #999;border-radius: 6px;background-color: #edf1f2;border: 1px solid #ddd;margin-bottom: 10px;}
.page-in-inquiry button{width: 100px;padding:10px 25px;text-align: center;color: #fff;font-size: 16px;background-color: #026bbc;border: none;border-radius: 6px;}




#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	
}
#mdA table{
	width: 100%;
}

#mdA tr:nth-child(2n){
	background:#efefef;
	}
	
#mdA tr td:nth-child(1){
	background:#dedede;
	}
	
@media (max-width: 768px) {
	
	#mdA {
		line-height: 1.35rem;
	}
	#mdA img{
		width: 100%;
		height: auto;
	}
	#mdA tr:nth-child(2n){
		background:#efefef;
		}
		
	#mdA tr td:nth-child(1){
		background:#dedede;
		}
}</pre></body></html>